home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #2 / Ham Radio 2000 - Volume 2.iso / HAMV2 / SATELLIT / WISP1616 / WKCTDRV / INSTALL.BAT next >
DOS Batch File  |  1994-09-14  |  582b  |  18 lines

  1. @ECHO OFF
  2. CLS
  3. IF (%1)==() GOTO ERROR
  4. ECHO Install Batch File for the Satellite Rotor/Radio Driver for Windows.
  5. ECHO I am going to install the driver to the \WINDOWS.. directories on
  6. ECHO drive %1.  If this is not correct press CTRL C and start over!
  7. PAUSE
  8. ECHO ON
  9. COPY SATELITE.DLL %1\WINDOWS\SYSTEM
  10. COPY KCTDRV.INI %1\WINDOWS
  11. @ECHO OFF
  12. ECHO Now you must load the Driver thru the Control Panel in Windows. Please
  13. ECHO Read the file README.SAT for further information.
  14. GOTO END
  15. :ERROR
  16. ECHO Usage: INSTALL d: where d: is the drive letter that contains WINDOWS.
  17. :END
  18.